home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / stk-3.002 / stk-3 / STk-3.1 / COPYRIGHTS < prev    next >
Encoding:
Text File  |  1996-02-22  |  5.5 KB  |  126 lines

  1. Since I'm not a lawyer, I don't know where to put copyrigth notices
  2. and permission notices of softwares I use. Consequently I put them here in
  3. hope it's sufficient.... 
  4.  
  5. Note:
  6.    STk licence seems not to be as clear as I hope. The main idea is
  7. that you can do what you want with STk. You can even use it in
  8. commercial products. The only restriction is that you must prevent me
  9. if you intend to use it in a commercial product (so I can send you a
  10. "written permission" for efectively using it). The goal is not to
  11. restrict commercial applications but only to count them.  If someone,
  12. fluent in english and which like those aspects, can help me to make
  13. things clearer...
  14.  
  15. ==============================================================================
  16.  
  17. TK/TCL Copyright 
  18. ----------------
  19. Copyright (c) 1987-1993 The Regents of the University of California.
  20. Copyright (c) 1994 Sun Microsystems, Inc.
  21.  
  22. This software is copyrighted by the Regents of the University of
  23. California, Sun Microsystems, Inc., and other parties.  The following
  24. terms apply to all files associated with the software unless explicitly
  25. disclaimed in individual files.
  26.  
  27. The authors hereby grant permission to use, copy, modify, distribute,
  28. and license this software and its documentation for any purpose, provided
  29. that existing copyright notices are retained in all copies and that this
  30. notice is included verbatim in any distributions. No written agreement,
  31. license, or royalty fee is required for any of the authorized uses.
  32. Modifications to this software may be copyrighted by their authors
  33. and need not follow the licensing terms described here, provided that
  34. the new terms are clearly indicated on the first page of each file where
  35. they apply.
  36.  
  37. IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
  38. FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
  39. ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
  40. DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
  41. POSSIBILITY OF SUCH DAMAGE.
  42.  
  43. THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
  44. INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
  45. FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.  THIS SOFTWARE
  46. IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
  47. NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
  48. MODIFICATIONS.
  49.  
  50. RESTRICTED RIGHTS: Use, duplication or disclosure by the government
  51. is subject to the restrictions as set forth in subparagraph (c) (1) (ii)
  52. of the Rights in Technical Data and Computer Software Clause as DFARS
  53. 252.227-7013 and FAR 52.227-19.
  54.  
  55.  
  56. Siod Copyright
  57. --------------
  58.  
  59. /* Scheme In One Defun, but in C this time.
  60.  
  61.  *                      COPYRIGHT (c) 1988-1992 BY                          *
  62.  *        PARADIGM ASSOCIATES INCORPORATED, CAMBRIDGE, MASSACHUSETTS.       *
  63.  *               ALL RIGHTS RESERVED                              *
  64.  
  65. Permission to use, copy, modify, distribute and sell this software
  66. and its documentation for any purpose and without fee is hereby
  67. granted, provided that the above copyright notice appear in all copies
  68. and that both that copyright notice and this permission notice appear
  69. in supporting documentation, and that the name of Paradigm Associates
  70. Inc not be used in advertising or publicity pertaining to distribution
  71. of the software without specific, written prior permission.
  72.  
  73. PARADIGM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  74. ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
  75. PARADIGM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
  76. ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  77. WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
  78. ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  79. SOFTWARE.
  80.  
  81. */
  82.  
  83. Tiny CLOS copyright
  84. -------------------
  85.  
  86. ;;; Copyright (c) 1992 Xerox Corporation.     
  87. ;;;; All Rights Reserved.    
  88. ;;;
  89. ;;; Use, reproduction, and preparation of derivative works are permitted.
  90. ;;; Any copy of this software or of any derivative work must include the
  91. ;;; above copyright notice of Xerox Corporation, this paragraph and the
  92. ;;; one after it.     Any distribution of this software or derivative works
  93. ;;; must comply with all applicable United States export control laws.
  94. ;;;
  95. ;;; This software is made available AS IS, and XEROX CORPORATION DISCLAIMS
  96. ;;; ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION THE
  97. ;;; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  98. ;;; PURPOSE, AND NOTWITHSTANDING ANY OTHER PROVISION CONTAINED HEREIN, ANY
  99. ;;; LIABILITY FOR DAMAGES RESULTING FROM THE SOFTWARE OR ITS USE IS
  100. ;;; EXPRESSLY DISCLAIMED, WHETHER ARISING IN CONTRACT, TORT (INCLUDING
  101. ;;; NEGLIGENCE) OR STRICT LIABILITY, EVEN IF XEROX CORPORATION IS ADVISED
  102. ;;; OF THE POSSIBILITY OF SUCH DAMAGES.
  103.  
  104.  
  105.  
  106. and finally
  107.  
  108. STk Copyright
  109. -------------
  110.  
  111. /*
  112.  * Copyright ⌐ 1993-1996 Erick Gallesio - I3S-CNRS/ESSI <eg@unice.fr>
  113.  * 
  114.  *
  115.  * Permission to use, copy, and/or distribute this software and its
  116.  * documentation for any purpose and without fee is hereby granted, provided
  117.  * that both the above copyright notice and this permission notice appear in
  118.  * all copies and derived works.  Fees for distribution or use of this
  119.  * software or derived works may only be charged with express written
  120.  * permission of the copyright holder.  
  121.  * This software is provided ``as is'' without express or implied warranty.
  122.  *
  123.  * This software is a derivative work of other copyrighted softwares; the
  124.  * copyright notices of these softwares are placed in the file COPYRIGHTS
  125.  *
  126.  */